home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 November / cd joystick no120 novembre 2000 cd 1.iso / data / demos / gunlok / data1.cab / Program_Executable_Files / scripts / Training_Level_Area4.gcs < prev    next >
Text File  |  2000-08-22  |  5KB  |  138 lines

  1. // Training level area #4 script.
  2.  
  3. hide console
  4. controls off
  5. cursor off
  6. fade to black 1 2.1
  7. real wait 1
  8. borders 2.2 5
  9. // Position characters.
  10. select elint
  11. teleport and orientate area4pos1
  12. select hark
  13. teleport and orientate area4pos2
  14. select gunlok
  15. teleport and orientate area4pos3
  16. select frend
  17. teleport and orientate area4pos4
  18. // Position cam.
  19. set camera pos -22 9 61
  20. set camera ori 0 341 -20
  21. set distance 55
  22. real wait 1
  23. fade from black 3.5
  24. // Give some info about the characters.
  25. real wait 2
  26. TEXT The characters in your team have very different abilities and these must be used effectively if you are to complete missions successfully.
  27. real wait or click 12
  28. hide console
  29. real wait or click 1
  30. save camera
  31. select hark
  32. centre hark
  33. set required distance 15
  34. TEXT Hark is both the smallest and the fastest of the robots. Because of his small size, however, Hark can only use the smaller weapons - and watch out: his aim is terrible!
  35. real wait or click 13
  36. hide console
  37. real wait or click 1
  38. TEXT However, Hark can access areas that are too narrow or too low for the others to pass through and he has a longer sight range, making him ideal for scouting.
  39. real wait or click 12
  40. hide console
  41. real wait or click 1
  42. select frend
  43. centre frend
  44. TEXT Frend is the largest and slowest of the robots but he is also the toughest. His armour is strong enough to withstand even heavy weapons fire for some time.
  45. real wait or click 12
  46. hide console
  47. real wait or click 1
  48. TEXT This means he can be used as moving cover and happily take on small groups of enemy troops single-handed.
  49. real wait or click 10
  50. hide console
  51. real wait or click 1
  52. TEXT Because of his strength, Frend can carry heavy weapons, which are useful against larger enemies and for clearing large obstacles.
  53. real wait or click 11
  54. hide console
  55. real wait or click 1
  56. select elint
  57. centre elint
  58. TEXT Elint has several abilities that no other character possesses.
  59. real wait or click 8
  60. hide console
  61. real wait or click 1
  62. TEXT Firstly, he is able to deactivate laser fence control boxes and enemy mines quietly and hack into corporation security systems, allowing for a more stealthy approach into enemy compounds.
  63. real wait or click 12
  64. hide console
  65. real wait or click 1
  66. TEXT Elint also carries with him a repair arm. This is used like a weapon and uses energy cells as a power source. When equipped, simply fire at the character you wish to heal.
  67. real wait or click 13
  68. hide console
  69. real wait or click 1
  70. TEXT A word of warning: the repair arm takes time to use, so make sure your team is in a safe area before using it.
  71. real wait or click 11
  72. hide console
  73. real wait or click 1
  74. select gunlok
  75. centre gunlok
  76. TEXT Gunlok is a human soldier. However, due to his powerful armour, he has the durability and strength of a robot.
  77. real wait or click 10
  78. hide console
  79. real wait or click 1
  80. TEXT Gunlok's superior technology and combat skill means that he can inflict more damage with one shot than any other robot can with the same weapon.
  81. real wait or click 13
  82. hide console
  83. real wait or click 1
  84. TEXT Gunlok also has a special Energy Pulse Weapon of great power built into his armour. When in recon mode, Gunlok can fire this EPW, which is devastating to all enemies.
  85. real wait or click 13
  86. hide console
  87. real wait or click 1
  88. TEXT You should use this EPW carefully though. It puts a great strain on Gunlok's systems.
  89. real wait or click 8
  90. hide console
  91. real wait or click 1
  92. // Add in the baddies for this area.
  93. token baddiei
  94. add team 2 archore_lite baddiei
  95. set baddiei res
  96. token baddiej
  97. add team 2 mini_pulsox baddiej
  98. set baddiej res
  99. // Give final briefing.
  100. set required distance 38
  101. TEXT Now see if you can use your team and their unique abilities to complete your final training objective...
  102. real wait or click 9
  103. hide console
  104. real wait or click 1
  105. set required pos -40 9 93 5
  106. set required ori 0 389 -4380 4
  107. defogger baddiei
  108. real wait or click 4
  109. TEXT Your mission is to infiltrate this compound and destroy this enemy robot.
  110. real wait or click 8
  111. hide console
  112. real wait or click 1
  113. set required pos -34 9 74 4
  114. set required ori 0 451 -5515 4
  115. fogger baddiei
  116. defogger compgena
  117. real wait or click 1
  118. TEXT You will need to destroy or deactivate these laser control boxes in order to get through the laser fences.
  119. real wait or click 8
  120. hide console
  121. real wait or click 1
  122. set required pos -31 9 88 4
  123. set required ori 0 604 -4615 4
  124. fogger compgena
  125. defogger baddiej
  126. real wait or click 1
  127. TEXT Our Intel indicates that the compound has some automated defences.
  128. real wait or click 7
  129. hide console
  130. real wait or click 1
  131. restore camera
  132. fogger baddiej
  133. // Let them go.
  134. controls on
  135. cursor on
  136. borders 0 2
  137. add trigger death Training_Level_End.gcs baddiei
  138.